Html Css Color HEX #CF42C7 Fuchsia

📋 copy color: '#CF42C7'

red 207 ◦ green 66 ◦ blue 199

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

Shades of Fuchsia #CF42C7

Tints of Fuchsia #CF42C7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 42.16%

R = 43.86%
G = 13.98%
B = 42.16%

CMYK

 C value IS 0

 M value IS 0.68

 Y value IS 0.04

 K value IS 0.19

RGB Variations

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

Color information

#CF42C7 (or 0xCF42C7) is known color: Fuchsia. HEX triplet: CF, 42 and C7. RGB value is (207,66,199). Sum of RGB (Red+Green+Blue) = 207+66+199=472 (62% of max value = 765). Red value is 207 (81.25% from 255 or 43.86% from 472); Green value is 66 (26.17% from 255 or 13.98% from 472); Blue value is 199 (78.12% from 255 or 42.16% from 472); Max value from RGB is 207 - color contains mainly: red. Hex color #CF42C7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF42C7 is #30BD38. Grayscale: #7A7A7A. Windows color (decimal): -3194169 or 13058767. OLE color: 13058767.

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

Color convert

RGB 207 66 199 -
CMYK 0 0.68 0.04 0.19
HSL 303.4º 0.59% 0.54% -
HSV(B) 303.4º 0.68% 0.81% -
XYZ 37.99 21.29 56.14 -
YUV 123.32 170.71 187.69 -
System Red Green Blue C M Y K H S L
Decimal 207 66 199 0 0.68 0.04 0.19 303.4 0.59 0.54
Hex CF 42 C7 0 44 4 13 12F 3B 36
Octal 317 102 307 0 104 4 23 457 73 66
Binary 11001111 1000010 11000111 0 1000100 100 10011 100101111 111011 110110

Color Harmonies of #CF42C7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF42C7

Black with #CF42C7

Text Example


Text Example

White with #CF42C7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF42C7; }

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

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

background-color css

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

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

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

border-color css

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

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

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