Html Css Color HEX #CF38B0 Fuchsia

📋 copy color: '#CF38B0'

red 207 ◦ green 56 ◦ blue 176

#CF38B0
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Fuchsia #CF38B0

Tints of Fuchsia #CF38B0

RGB

 RED value IS 207 (81.25% from 255) = 47.15%

 GREEN value IS 56 (22.27% from 255) = 12.76%

 BLUE value IS 176 (69.14% from 255) = 40.09%

R = 47.15%
G = 12.76%
B = 40.09%

CMYK

 C value IS 0

 M value IS 0.73

 Y value IS 0.15

 K value IS 0.19

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#CF38B0 (or 0xCF38B0) is known color: Fuchsia. HEX triplet: CF, 38 and B0. RGB value is (207,56,176). Sum of RGB (Red+Green+Blue) = 207+56+176=439 (58% of max value = 765). Red value is 207 (81.25% from 255 or 47.15% from 439); Green value is 56 (22.27% from 255 or 12.76% from 439); Blue value is 176 (69.14% from 255 or 40.09% from 439); Max value from RGB is 207 - color contains mainly: red. Hex color #CF38B0 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF38B0 is #30C74F. Grayscale: #727272. Windows color (decimal): -3196752 or 11548879. OLE color: 11548879.

HSL color Cylindrical-coordinate representation of color #CF38B0: hue angle of 312.32º degrees, saturation: 0.61, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #CF38B0 is Cyan = 0, Magento = 0.73, Yellow = 0.15 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 56 176 -
CMYK 0 0.73 0.15 0.19
HSL 312.32º 0.61% 0.52% -
HSV(B) 312.32º 0.73% 0.81% -
XYZ 34.98 19.23 42.94 -
YUV 114.83 162.53 193.74 -
System Red Green Blue C M Y K H S L
Decimal 207 56 176 0 0.73 0.15 0.19 312.32 0.61 0.52
Hex CF 38 B0 0 49 F 13 138 3D 34
Octal 317 70 260 0 111 17 23 470 75 64
Binary 11001111 111000 10110000 0 1001001 1111 10011 100111000 111101 110100

Color Harmonies of #CF38B0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF38B0

Black with #CF38B0

Text Example


Text Example

White with #CF38B0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF38B0; }

 p { color: rgb(207,56,176); }

 H1.HeaderClassName
 {
   color: #CF38B0;
 }
 .AnyTagClassName
 {
   color: #CF38B0;
 }
</style>

background-color css

<style>
 a { background-color: #CF38B0; }

 a { background-color: rgb(207,56,176); }

 div.DivClassName
 {
   background-color: #CF38B0;
 }
 .BgClassName
 {
   background-color: #CF38B0;
 }
</style>

border-color css

<style>
 span { border-color: #CF38B0; }

 span { border-color: rgb(207,56,176); }

 td.TdClassName
 {
   border-color: #CF38B0;
 }
 .TagClassName
 {
   border-color: #CF38B0;
 }
</style>