Html Css Color HEX #CF307E Deep Cerise

📋 copy color: '#CF307E'

red 207 ◦ green 48 ◦ blue 126

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

Shades of Deep Cerise #CF307E

Tints of Deep Cerise #CF307E

RGB

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

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

 BLUE value IS 126 (49.61% from 255) = 33.07%

R = 54.33%
G = 12.6%
B = 33.07%

CMYK

 C value IS 0

 M value IS 0.77

 Y value IS 0.39

 K value IS 0.19

RGB Variations

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

Color information

#CF307E (or 0xCF307E) is known color: Deep Cerise. HEX triplet: CF, 30 and 7E. RGB value is (207,48,126). Sum of RGB (Red+Green+Blue) = 207+48+126=381 (50% of max value = 765). Red value is 207 (81.25% from 255 or 54.33% from 381); Green value is 48 (19.14% from 255 or 12.60% from 381); Blue value is 126 (49.61% from 255 or 33.07% from 381); Max value from RGB is 207 - color contains mainly: red. Hex color #CF307E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #CF307E is #30CF81. Grayscale: #686868. Windows color (decimal): -3198850 or 8270031. OLE color: 8270031.

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

Color convert

RGB 207 48 126 -
CMYK 0 0.77 0.39 0.19
HSL 330.57º 0.62% 0.5% -
HSV(B) 330.57º 0.77% 0.81% -
XYZ 30.55 16.89 21.39 -
YUV 104.43 140.18 201.16 -
System Red Green Blue C M Y K H S L
Decimal 207 48 126 0 0.77 0.39 0.19 330.57 0.62 0.5
Hex CF 30 7E 0 4D 27 13 14B 3E 32
Octal 317 60 176 0 115 47 23 513 76 62
Binary 11001111 110000 1111110 0 1001101 100111 10011 101001011 111110 110010

Color Harmonies of #CF307E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #CF307E

Black with #CF307E

Text Example


Text Example

White with #CF307E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #CF307E; }

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

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

background-color css

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

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

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

border-color css

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

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

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