Html Css Color HEX #CF42C0 Fuchsia

📋 copy color: '#CF42C0'

red 207 ◦ green 66 ◦ blue 192

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

Shades of Fuchsia #CF42C0

Tints of Fuchsia #CF42C0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 41.29%

R = 44.52%
G = 14.19%
B = 41.29%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.07

 K value IS 0.19

RGB Variations

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

Color information

#CF42C0 (or 0xCF42C0) is known color: Fuchsia. HEX triplet: CF, 42 and C0. RGB value is (207,66,192). Sum of RGB (Red+Green+Blue) = 207+66+192=465 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.52% from 465); Green value is 66 (26.17% from 255 or 14.19% from 465); Blue value is 192 (75.39% from 255 or 41.29% from 465); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42C0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42C0 is #30BD3F. Grayscale: #7A7A7A. Windows color (decimal): -3194176 or 12600015. OLE color: 12600015.

HSL color Cylindrical-coordinate representation of color #CF42C0: hue angle of 306.38º 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 #CF42C0 is Cyan = 0, Magento = 0.68, Yellow = 0.07 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 66 192 -
CMYK 0 0.68 0.07 0.19
HSL 306.38º 0.59% 0.54% -
HSV(B) 306.38º 0.68% 0.81% -
XYZ 37.19 20.97 51.96 -
YUV 122.52 167.21 188.25 -
System Red Green Blue C M Y K H S L
Decimal 207 66 192 0 0.68 0.07 0.19 306.38 0.59 0.54
Hex CF 42 C0 0 44 7 13 132 3B 36
Octal 317 102 300 0 104 7 23 462 73 66
Binary 11001111 1000010 11000000 0 1000100 111 10011 100110010 111011 110110

Color Harmonies of #CF42C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42C0

Black with #CF42C0

Text Example


Text Example

White with #CF42C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42C0; }

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

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

background-color css

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

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

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

border-color css

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

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

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