Html Css Color HEX #CF30AC Deep Cerise

📋 copy color: '#CF30AC'

red 207 ◦ green 48 ◦ blue 172

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

Shades of Deep Cerise #CF30AC

Tints of Deep Cerise #CF30AC

RGB

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

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

 BLUE value IS 172 (67.58% from 255) = 40.28%

R = 48.48%
G = 11.24%
B = 40.28%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.17

 K value IS 0.19

RGB Variations

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

Color information

#CF30AC (or 0xCF30AC) is known color: Deep Cerise. HEX triplet: CF, 30 and AC. RGB value is (207,48,172). Sum of RGB (Red+Green+Blue) = 207+48+172=427 (56% of max value = 765). Red value is 207 (81.25% from 255 or 48.48% from 427); Green value is 48 (19.14% from 255 or 11.24% from 427); Blue value is 172 (67.58% from 255 or 40.28% from 427); Max value from RGB is 207 - color contains mainly: red. Hex color #CF30AC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF30AC is #30CF53. Grayscale: #6D6D6D. Windows color (decimal): -3198804 or 11284687. OLE color: 11284687.

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

Color convert

RGB 207 48 172 -
CMYK 0 0.77 0.17 0.19
HSL 313.21º 0.62% 0.5% -
HSV(B) 313.21º 0.77% 0.81% -
XYZ 34.24 18.36 40.77 -
YUV 109.68 163.18 197.42 -
System Red Green Blue C M Y K H S L
Decimal 207 48 172 0 0.77 0.17 0.19 313.21 0.62 0.5
Hex CF 30 AC 0 4D 11 13 139 3E 32
Octal 317 60 254 0 115 21 23 471 76 62
Binary 11001111 110000 10101100 0 1001101 10001 10011 100111001 111110 110010

Color Harmonies of #CF30AC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF30AC

Black with #CF30AC

Text Example


Text Example

White with #CF30AC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF30AC; }

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

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

background-color css

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

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

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

border-color css

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

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

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