Html Css Color HEX #CF43C2 Fuchsia

📋 copy color: '#CF43C2'

red 207 ◦ green 67 ◦ blue 194

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

Shades of Fuchsia #CF43C2

Tints of Fuchsia #CF43C2

RGB

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

 GREEN value IS 67 (26.56% from 255) = 14.32%

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

R = 44.23%
G = 14.32%
B = 41.45%

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

#CF43C2 (or 0xCF43C2) is known color: Fuchsia. HEX triplet: CF, 43 and C2. RGB value is (207,67,194). Sum of RGB (Red+Green+Blue) = 207+67+194=468 (61% of max value = 765). Red value is 207 (81.25% from 255 or 44.23% from 468); Green value is 67 (26.56% from 255 or 14.32% from 468); Blue value is 194 (76.17% from 255 or 41.45% from 468); Max value from RGB is 207 - color contains mainly: red. Hex color #CF43C2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF43C2 is #30BC3D. Grayscale: #7A7A7A. Windows color (decimal): -3193918 or 12731343. OLE color: 12731343.

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

Color convert

RGB 207 67 194 -
CMYK 0 0.68 0.06 0.19
HSL 305.57º 0.59% 0.54% -
HSV(B) 305.57º 0.68% 0.81% -
XYZ 37.48 21.17 53.15 -
YUV 123.34 167.88 187.67 -
System Red Green Blue C M Y K H S L
Decimal 207 67 194 0 0.68 0.06 0.19 305.57 0.59 0.54
Hex CF 43 C2 0 44 6 13 132 3B 36
Octal 317 103 302 0 104 6 23 462 73 66
Binary 11001111 1000011 11000010 0 1000100 110 10011 100110010 111011 110110

Color Harmonies of #CF43C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF43C2

Black with #CF43C2

Text Example


Text Example

White with #CF43C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF43C2; }

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

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

background-color css

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

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

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

border-color css

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

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

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