Html Css Color HEX #CF15CA Deep Magenta

📋 copy color: '#CF15CA'

red 207 ◦ green 21 ◦ blue 202

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

Shades of Deep Magenta #CF15CA

Tints of Deep Magenta #CF15CA

RGB

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

 GREEN value IS 21 (8.59% from 255) = 4.88%

 BLUE value IS 202 (79.3% from 255) = 46.98%

R = 48.14%
G = 4.88%
B = 46.98%

CMYK

 C value IS 0

 M value IS 0.90

 Y value IS 0.02

 K value IS 0.19

RGB Variations

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

Color information

#CF15CA (or 0xCF15CA) is known color: Deep Magenta. HEX triplet: CF, 15 and CA. RGB value is (207,21,202). Sum of RGB (Red+Green+Blue) = 207+21+202=430 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.14% from 430); Green value is 21 (8.59% from 255 or 4.88% from 430); Blue value is 202 (79.30% from 255 or 46.98% from 430); Max value from RGB is 207 - color contains mainly: red. Hex color #CF15CA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #CF15CA is #30EA35. Grayscale: #606060. Windows color (decimal): -3205686 or 13243855. OLE color: 13243855.

HSL color Cylindrical-coordinate representation of color #CF15CA: hue angle of 301.61º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #CF15CA is Cyan = 0, Magento = 0.90, Yellow = 0.02 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 21 202 -
CMYK 0 0.90 0.02 0.19
HSL 301.61º 0.82% 0.45% -
HSV(B) 301.61º 0.9% 0.81% -
XYZ 36.66 18.07 57.43 -
YUV 97.25 187.12 206.28 -
System Red Green Blue C M Y K H S L
Decimal 207 21 202 0 0.90 0.02 0.19 301.61 0.82 0.45
Hex CF 15 CA 0 5A 2 13 12E 52 2D
Octal 317 25 312 0 132 2 23 456 122 55
Binary 11001111 10101 11001010 0 1011010 10 10011 100101110 1010010 101101

Color Harmonies of #CF15CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF15CA

Black with #CF15CA

Text Example


Text Example

White with #CF15CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF15CA; }

 p { color: rgb(207,21,202); }

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

background-color css

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

 a { background-color: rgb(207,21,202); }

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

border-color css

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

 span { border-color: rgb(207,21,202); }

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