Html Css Color HEX #C502CF Deep Magenta

📋 copy color: '#C502CF'

red 197 ◦ green 2 ◦ blue 207

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

Shades of Deep Magenta #C502CF

Tints of Deep Magenta #C502CF

RGB

 RED value IS 197 (77.34% from 255) = 48.52%

 GREEN value IS 2 (1.17% from 255) = 0.49%

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

R = 48.52%
G = 0.49%
B = 50.99%

CMYK

 C value IS 0.05

 M value IS 0.99

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#C502CF (or 0xC502CF) is known color: Deep Magenta. HEX triplet: C5, 02 and CF. RGB value is (197,2,207). Sum of RGB (Red+Green+Blue) = 197+2+207=406 (53% of max value = 765). Red value is 197 (77.34% from 255 or 48.52% from 406); Green value is 2 (1.17% from 255 or 0.49% from 406); Blue value is 207 (81.25% from 255 or 50.99% from 406); Max value from RGB is 207 - color contains mainly: blue. Hex color #C502CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #C502CF is #3AFD30. Grayscale: #535353. Windows color (decimal): -3865905 or 13566661. OLE color: 13566661.

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

Color convert

RGB 197 2 207 -
CMYK 0.05 0.99 0 0.19
HSL 297.07º 0.98% 0.41% -
HSV(B) 297.07º 0.99% 0.81% -
XYZ 34.31 16.42 60.39 -
YUV 83.68 197.6 208.83 -
System Red Green Blue C M Y K H S L
Decimal 197 2 207 0.05 0.99 0 0.19 297.07 0.98 0.41
Hex C5 2 CF 5 63 0 13 129 62 29
Octal 305 2 317 5 143 0 23 451 142 51
Binary 11000101 10 11001111 101 1100011 0 10011 100101001 1100010 101001

Color Harmonies of #C502CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #C502CF

Black with #C502CF

Text Example


Text Example

White with #C502CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #C502CF; }

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

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

background-color css

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

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

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

border-color css

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

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

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