Html Css Color HEX #CF2CB5 Fuchsia

📋 copy color: '#CF2CB5'

red 207 ◦ green 44 ◦ blue 181

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

Shades of Fuchsia #CF2CB5

Tints of Fuchsia #CF2CB5

RGB

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

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

 BLUE value IS 181 (71.09% from 255) = 41.9%

R = 47.92%
G = 10.19%
B = 41.9%

CMYK

 C value IS 0

 M value IS 0.79

 Y value IS 0.13

 K value IS 0.19

RGB Variations

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

Color information

#CF2CB5 (or 0xCF2CB5) is known color: Fuchsia. HEX triplet: CF, 2C and B5. RGB value is (207,44,181). Sum of RGB (Red+Green+Blue) = 207+44+181=432 (57% of max value = 765). Red value is 207 (81.25% from 255 or 47.92% from 432); Green value is 44 (17.58% from 255 or 10.19% from 432); Blue value is 181 (71.09% from 255 or 41.90% from 432); Max value from RGB is 207 - color contains mainly: red. Hex color #CF2CB5 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #CF2CB5 is #30D34A. Grayscale: #6B6B6B. Windows color (decimal): -3199819 or 11873487. OLE color: 11873487.

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

Color convert

RGB 207 44 181 -
CMYK 0 0.79 0.13 0.19
HSL 309.57º 0.65% 0.49% -
HSV(B) 309.57º 0.79% 0.81% -
XYZ 34.97 18.4 45.42 -
YUV 108.36 169 198.36 -
System Red Green Blue C M Y K H S L
Decimal 207 44 181 0 0.79 0.13 0.19 309.57 0.65 0.49
Hex CF 2C B5 0 4F D 13 136 41 31
Octal 317 54 265 0 117 15 23 466 101 61
Binary 11001111 101100 10110101 0 1001111 1101 10011 100110110 1000001 110001

Color Harmonies of #CF2CB5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF2CB5

Black with #CF2CB5

Text Example


Text Example

White with #CF2CB5

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF2CB5; }

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

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

background-color css

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

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

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

border-color css

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

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

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