Html Css Color HEX #CF308A Deep Cerise

📋 copy color: '#CF308A'

red 207 ◦ green 48 ◦ blue 138

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

Shades of Deep Cerise #CF308A

Tints of Deep Cerise #CF308A

RGB

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

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

 BLUE value IS 138 (54.3% from 255) = 35.11%

R = 52.67%
G = 12.21%
B = 35.11%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.33

 K value IS 0.19

RGB Variations

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

Color information

#CF308A (or 0xCF308A) is known color: Deep Cerise. HEX triplet: CF, 30 and 8A. RGB value is (207,48,138). Sum of RGB (Red+Green+Blue) = 207+48+138=393 (52% of max value = 765). Red value is 207 (81.25% from 255 or 52.67% from 393); Green value is 48 (19.14% from 255 or 12.21% from 393); Blue value is 138 (54.30% from 255 or 35.11% from 393); Max value from RGB is 207 - color contains mainly: red. Hex color #CF308A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #CF308A is #30CF75. Grayscale: #696969. Windows color (decimal): -3198838 or 9056463. OLE color: 9056463.

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

Color convert

RGB 207 48 138 -
CMYK 0 0.77 0.33 0.19
HSL 326.04º 0.62% 0.5% -
HSV(B) 326.04º 0.77% 0.81% -
XYZ 31.38 17.21 25.71 -
YUV 105.8 146.18 200.18 -
System Red Green Blue C M Y K H S L
Decimal 207 48 138 0 0.77 0.33 0.19 326.04 0.62 0.5
Hex CF 30 8A 0 4D 21 13 146 3E 32
Octal 317 60 212 0 115 41 23 506 76 62
Binary 11001111 110000 10001010 0 1001101 100001 10011 101000110 111110 110010

Color Harmonies of #CF308A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF308A

Black with #CF308A

Text Example


Text Example

White with #CF308A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF308A; }

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

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

background-color css

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

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

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

border-color css

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

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

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