Html Css Color HEX #C801CF Deep Magenta

📋 copy color: '#C801CF'

red 200 ◦ green 1 ◦ blue 207

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

Shades of Deep Magenta #C801CF

Tints of Deep Magenta #C801CF

RGB

 RED value IS 200 (78.52% from 255) = 49.02%

 GREEN value IS 1 (0.78% from 255) = 0.25%

 BLUE value IS 207 (81.25% from 255) = 50.74%

R = 49.02%
G = 0.25%
B = 50.74%

CMYK

 C value IS 0.03

 M value IS 1.00

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C801CF (or 0xC801CF) is known color: Deep Magenta. HEX triplet: C8, 01 and CF. RGB value is (200,1,207). Sum of RGB (Red+Green+Blue) = 200+1+207=408 (54% of max value = 765). Red value is 200 (78.52% from 255 or 49.02% from 408); Green value is 1 (0.78% from 255 or 0.25% from 408); Blue value is 207 (81.25% from 255 or 50.74% from 408); Max value from RGB is 207 - color contains mainly: blue. Hex color #C801CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C801CF is #37FE30. Grayscale: #535353. Windows color (decimal): -3669553 or 13566408. OLE color: 13566408.

HSL color Cylindrical-coordinate representation of color #C801CF: hue angle of 297.96º degrees, saturation: 0.99, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 1%. Process color model (Four color, CMYK) of #C801CF is Cyan = 0.03, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 200 1 207 -
CMYK 0.03 1.00 0 0.19
HSL 297.96º 0.99% 0.41% -
HSV(B) 297.96º 1% 0.81% -
XYZ 35.09 16.81 60.43 -
YUV 83.99 197.43 210.75 -
System Red Green Blue C M Y K H S L
Decimal 200 1 207 0.03 1.00 0 0.19 297.96 0.99 0.41
Hex C8 1 CF 3 64 0 13 12A 63 29
Octal 310 1 317 3 144 0 23 452 143 51
Binary 11001000 1 11001111 11 1100100 0 10011 100101010 1100011 101001

Color Harmonies of #C801CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C801CF

Black with #C801CF

Text Example


Text Example

White with #C801CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C801CF; }

 p { color: rgb(200,1,207); }

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

background-color css

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

 a { background-color: rgb(200,1,207); }

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

border-color css

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

 span { border-color: rgb(200,1,207); }

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