Html Css Color HEX #CF2CC5 Fuchsia

📋 copy color: '#CF2CC5'

red 207 ◦ green 44 ◦ blue 197

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

Shades of Fuchsia #CF2CC5

Tints of Fuchsia #CF2CC5

RGB

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

 GREEN value IS 44 (17.58% from 255) = 9.82%

 BLUE value IS 197 (77.34% from 255) = 43.97%

R = 46.21%
G = 9.82%
B = 43.97%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.05

 K value IS 0.19

RGB Variations

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

Color information

#CF2CC5 (or 0xCF2CC5) is known color: Fuchsia. HEX triplet: CF, 2C and C5. RGB value is (207,44,197). Sum of RGB (Red+Green+Blue) = 207+44+197=448 (59% of max value = 765). Red value is 207 (81.25% from 255 or 46.21% from 448); Green value is 44 (17.58% from 255 or 9.82% from 448); Blue value is 197 (77.34% from 255 or 43.97% from 448); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CC5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CC5 is #30D33A. Grayscale: #6D6D6D. Windows color (decimal): -3199803 or 12922063. OLE color: 12922063.

HSL color Cylindrical-coordinate representation of color #CF2CC5: hue angle of 303.68º degrees, saturation: 0.65, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #CF2CC5 is Cyan = 0, Magento = 0.79, Yellow = 0.05 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 44 197 -
CMYK 0 0.79 0.05 0.19
HSL 303.68º 0.65% 0.49% -
HSV(B) 303.68º 0.79% 0.81% -
XYZ 36.71 19.1 54.57 -
YUV 110.18 177 197.06 -
System Red Green Blue C M Y K H S L
Decimal 207 44 197 0 0.79 0.05 0.19 303.68 0.65 0.49
Hex CF 2C C5 0 4F 5 13 130 41 31
Octal 317 54 305 0 117 5 23 460 101 61
Binary 11001111 101100 11000101 0 1001111 101 10011 100110000 1000001 110001

Color Harmonies of #CF2CC5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2CC5

Black with #CF2CC5

Text Example


Text Example

White with #CF2CC5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2CC5; }

 p { color: rgb(207,44,197); }

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

background-color css

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

 a { background-color: rgb(207,44,197); }

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

border-color css

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

 span { border-color: rgb(207,44,197); }

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