Html Css Color HEX #CF30AD Deep Cerise

📋 copy color: '#CF30AD'

red 207 ◦ green 48 ◦ blue 173

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

Shades of Deep Cerise #CF30AD

Tints of Deep Cerise #CF30AD

RGB

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

 GREEN value IS 48 (19.14% from 255) = 11.21%

 BLUE value IS 173 (67.97% from 255) = 40.42%

R = 48.36%
G = 11.21%
B = 40.42%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.16

 K value IS 0.19

RGB Variations

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

Color information

#CF30AD (or 0xCF30AD) is known color: Deep Cerise. HEX triplet: CF, 30 and AD. RGB value is (207,48,173). Sum of RGB (Red+Green+Blue) = 207+48+173=428 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.36% from 428); Green value is 48 (19.14% from 255 or 11.21% from 428); Blue value is 173 (67.97% from 255 or 40.42% from 428); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30AD is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30AD is #30CF52. Grayscale: #6D6D6D. Windows color (decimal): -3198803 or 11350223. OLE color: 11350223.

HSL color Cylindrical-coordinate representation of color #CF30AD: hue angle of 312.83º degrees, saturation: 0.62, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #CF30AD is Cyan = 0, Magento = 0.77, Yellow = 0.16 and Black (K on CMYK) = 0.19.

Color convert

RGB 207 48 173 -
CMYK 0 0.77 0.16 0.19
HSL 312.83º 0.62% 0.5% -
HSV(B) 312.83º 0.77% 0.81% -
XYZ 34.33 18.4 41.28 -
YUV 109.79 163.68 197.34 -
System Red Green Blue C M Y K H S L
Decimal 207 48 173 0 0.77 0.16 0.19 312.83 0.62 0.5
Hex CF 30 AD 0 4D 10 13 139 3E 32
Octal 317 60 255 0 115 20 23 471 76 62
Binary 11001111 110000 10101101 0 1001101 10000 10011 100111001 111110 110010

Color Harmonies of #CF30AD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30AD

Black with #CF30AD

Text Example


Text Example

White with #CF30AD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30AD; }

 p { color: rgb(207,48,173); }

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

background-color css

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

 a { background-color: rgb(207,48,173); }

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

border-color css

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

 span { border-color: rgb(207,48,173); }

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