Html Css Color HEX #CF42C2 Fuchsia

📋 copy color: '#CF42C2'

red 207 ◦ green 66 ◦ blue 194

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

Shades of Fuchsia #CF42C2

Tints of Fuchsia #CF42C2

RGB

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

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

 BLUE value IS 194 (76.17% from 255) = 41.54%

R = 44.33%
G = 14.13%
B = 41.54%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.06

 K value IS 0.19

RGB Variations

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

Color information

#CF42C2 (or 0xCF42C2) is known color: Fuchsia. HEX triplet: CF, 42 and C2. RGB value is (207,66,194). Sum of RGB (Red+Green+Blue) = 207+66+194=467 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.33% from 467); Green value is 66 (26.17% from 255 or 14.13% from 467); Blue value is 194 (76.17% from 255 or 41.54% from 467); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42C2 is #30BD3D. Grayscale: #7A7A7A. Windows color (decimal): -3194174 or 12731087. OLE color: 12731087.

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

Color convert

RGB 207 66 194 -
CMYK 0 0.68 0.06 0.19
HSL 305.53º 0.59% 0.54% -
HSV(B) 305.53º 0.68% 0.81% -
XYZ 37.42 21.06 53.13 -
YUV 122.75 168.21 188.09 -
System Red Green Blue C M Y K H S L
Decimal 207 66 194 0 0.68 0.06 0.19 305.53 0.59 0.54
Hex CF 42 C2 0 44 6 13 132 3B 36
Octal 317 102 302 0 104 6 23 462 73 66
Binary 11001111 1000010 11000010 0 1000100 110 10011 100110010 111011 110110

Color Harmonies of #CF42C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42C2

Black with #CF42C2

Text Example


Text Example

White with #CF42C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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