Html Css Color HEX #CF42B5 Fuchsia

📋 copy color: '#CF42B5'

red 207 ◦ green 66 ◦ blue 181

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

Shades of Fuchsia #CF42B5

Tints of Fuchsia #CF42B5

RGB

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

 GREEN value IS 66 (26.17% from 255) = 14.54%

 BLUE value IS 181 (71.09% from 255) = 39.87%

R = 45.59%
G = 14.54%
B = 39.87%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF42B5 (or 0xCF42B5) is known color: Fuchsia. HEX triplet: CF, 42 and B5. RGB value is (207,66,181). Sum of RGB (Red+Green+Blue) = 207+66+181=454 (60% of max value = 765). Red value is 207 (81.25% from 255 or 45.59% from 454); Green value is 66 (26.17% from 255 or 14.54% from 454); Blue value is 181 (71.09% from 255 or 39.87% from 454); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42B5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42B5 is #30BD4A. Grayscale: #787878. Windows color (decimal): -3194187 or 11879119. OLE color: 11879119.

HSL color Cylindrical-coordinate representation of color #CF42B5: hue angle of 311.06º degrees, saturation: 0.59, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #CF42B5 is Cyan = 0, Magento = 0.68, Yellow = 0.13 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 181 -
CMYK 0 0.68 0.13 0.19
HSL 311.06º 0.59% 0.54% -
HSV(B) 311.06º 0.68% 0.81% -
XYZ 36.02 20.5 45.77 -
YUV 121.27 161.71 189.15 -
System Red Green Blue C M Y K H S L
Decimal 207 66 181 0 0.68 0.13 0.19 311.06 0.59 0.54
Hex CF 42 B5 0 44 D 13 137 3B 36
Octal 317 102 265 0 104 15 23 467 73 66
Binary 11001111 1000010 10110101 0 1000100 1101 10011 100110111 111011 110110

Color Harmonies of #CF42B5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42B5

Black with #CF42B5

Text Example


Text Example

White with #CF42B5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42B5; }

 p { color: rgb(207,66,181); }

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

background-color css

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

 a { background-color: rgb(207,66,181); }

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

border-color css

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

 span { border-color: rgb(207,66,181); }

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